Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / tSrI<KvrI> Class / CausesValidation Property


In This Topic
    CausesValidation Property (tSrI<KvrI>)
    In This Topic
    Syntax
    'Declaration
     
    
    <System.Windows.Forms.SRCategoryAttribute("CatFocus")>
    <System.ComponentModel.DefaultValueAttribute(True)>
    <System.Windows.Forms.SRDescriptionAttribute("ControlCausesValidationDescr")>
    Public Property CausesValidation As System.Boolean
    'Usage
     
    
    Dim instance As tSrI(Of KvrI)
    Dim value As System.Boolean
     
    instance.CausesValidation = value
     
    value = instance.CausesValidation
    [System.Windows.Forms.SRCategory("CatFocus")]
    [System.ComponentModel.DefaultValue(true)]
    [System.Windows.Forms.SRDescription("ControlCausesValidationDescr")]
    public System.bool CausesValidation {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also